Prizm Content Connect
PHP Sample

Before you configure the PHP sample, install Prizm Content Connect and verify the service is working correctly. 

  1. Install Apache and PHP (including the PHP JSON module). Refer to the directions that are specific to your distribution.
  2. Add the following to the Apache configuration:
Code Example
Copy Code
Alias /pccis_sample /usr/share/prizm/Samples/PCCIS/php
<Directory /usr/share/prizm/Samples/PCCIS/php>
AllowOverride All
</Directory>
  1. Restart the Apache service to read the configuration changes:
Code Example
Copy Code
# verify the file validates
service httpd configtest
# restart the service to read the configuration changes
service httpd restart
  1. Test the sample application in a browser: 

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback